Horizontal Speed: 0
Vertical Speed: 0
Height: 0
Fuel: 50
Fuel Consumption: 0
Version: 1.5.1

Controls:

Arrow Up: Thrust

Arrow Left/Right: Lateral

P: Pause/Unpause

B: Boss Key

R: Restart Game

M: Mute/unmute

No landing on, or near, craters

Landing speed < 2.5 m/s

(c) 2024 hotdog studios

#include <stdio.h>

int main() {
    int i;
    for (i = 0; i < 10; i++) {
        printf("I love my boss so much! \n");
    }
    return 0;
}